[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  PRINTN

  .  Summary

  printn(int <num>);

  .  Description

  The printn function prints the passed integer number to the terminal
  screen. The cursor is NOT advanced to the beginning of the next
  line.

  .  Return Value

  The value of the passed integer is returned.

  .  Example

  printsc("Current baud rate is ");
  printn(get_baud);

See Also: prints printsc printc
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson